home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilcli / abortpkt.rdm < prev    next >
Text File  |  1997-01-18  |  731b  |  18 lines

  1. Short:    AbortPkt () -> ACTION_ABORT patch
  2. Author:   fasten@shw.com (Bernhard Fastenrath)
  3. Uploader: fasten@shw.com (Bernhard Fastenrath)
  4. Version:  0.1
  5. Type:     util/sys
  6.  
  7. This program patches the dos.library function AbortPkt() to send an
  8. ACTION_ABORT packet. In dos.library 40.3 AbortPkt() does nothing at
  9. all so things can only improve.
  10. The ACTION_ABORT packet type wasn't reserved by Commodore so initally
  11. only very few handlers will understand it.
  12. Supporting ACTION_ABORT makes a Unix-like select() or poll() on
  13. dos.library file handles possible, which is (IMHO) an important feature
  14. for interactive handlers and network filesystems.
  15.  
  16. Please Note: This is only a proposal and the ACTION_ABORT isn't
  17. officially reserved (yet).
  18.